main{
    margin: 10px;
    padding: 10px;
}

p{
    margin: 10px;
    padding: 10px;
}

h1{
    margin: 10px;
    padding: 10px;
    font-size : 50px;
}

h2{
    margin: 10px;
    padding: 10px;
}


body{
    background-color: #00ACE6;
    /*background-image:url("../images/Sans titre-3.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-attachment: fixed;
    background-image:url("../images/feu.jpg");*/
    background-repeat: no-repeat;
    width:100%;
    height:100%;
}

.fixed-img {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 200px;
  height: auto;
  z-index: -1;
}


.box{
/*    background-image:url("../images/maxi-18528.webp");
    background-repeat: no-repeat;
    background-color: #00ACE6;*/
    border: solid black;
    width: 50%;
}

.flex{
    padding-left: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    display:flex;
    justify-content: flex-start;
}

.paspoint{
    list-style-type:none;
}

#balatro-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    overflow: hidden;
    background: radial-gradient(circle at center, #1e1e2e, #0a0a12);
}

.circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    animation: float 12s infinite ease-in-out;
}

@keyframes float {
    0%   { transform: translateY(0) scale(1); opacity: 0.4; }
    50%  { transform: translateY(-120px) scale(1.5); opacity: 0.7; }
    100% { transform: translateY(0) scale(1); opacity: 0.4; }
}